type github.com/klauspost/compress/zstd.readerWrapper
8 uses
github.com/klauspost/compress/zstd (current package)
bytebuf.go#L77: type readerWrapper struct {
bytebuf.go#L82: func (r *readerWrapper) readSmall(n int) ([]byte, error) {
bytebuf.go#L100: func (r *readerWrapper) readBig(n int, dst []byte) ([]byte, error) {
bytebuf.go#L111: func (r *readerWrapper) readByte() (byte, error) {
bytebuf.go#L125: func (r *readerWrapper) skipN(n int64) error {
decoder.go#L34: br readerWrapper
decoder.go#L642: d.syncStream.br = readerWrapper{r: r}
decoder.go#L657: br := readerWrapper{r: r}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |